Skip to content

Instantly share code, notes, and snippets.

import pandas as pd
from sklearn.feature_selection import mutual_info_regression
from talib import WMA
from dcor import distance_correlation as dcor
from joblib import Parallel, delayed, Memory, cpu_count
from numpy_ext import rolling_apply
import numpy as np
from fml.utils import get_name
@Csonny2
Csonny2 / Endless AI
Last active August 7, 2026 18:46
Allows to different AI's to talk to each other endlessly. This code is also in Python.
import time
import sys
import pyttsx3
import threading
import tkinter as tk
from tkinter import scrolledtext, ttk
from ollama import Client
tts_enabled = True
chat_running = False
This file has been truncated, but you can view the full file.
x86_64-linux confclerk
aarch64-linux haskellPackages.hashids
x86_64-linux bless
x86_64-linux perl530Packages.TestPAUSEPermissions
aarch64-linux haskellPackages.assert4hs-core
aarch64-linux perl532Packages.SafeHole
aarch64-linux python38Packages.numcodecs
aarch64-linux jitterentropy
i686-linux linuxPackages_4_4.netatop
@yorickdowne
yorickdowne / friday.md
Last active August 7, 2026 18:42
Debian 13 trixie upgrade

Debian 13 "Trixie"

To start, read the official release notes.

If your system is "vanilla Debian plus maybe a handful of 3rd-party repos", then this guide for a simple upgrade to Debian 13 "trixie" from Debian 12 "bookworm" can be helpful. 3rd-party repos are handled with a find command.

If you are on a fork of Debian such as RasPI OS, use their instructions, not this gist.

Note upgrade is only supported from Debian 12 to Debian 13. If you are on Debian 11, upgrade to Debian 12 first. Then once on Debian 12, you can upgrade to Debian 13.

@ongkiii
ongkiii / IPA-Sources.md
Last active August 7, 2026 18:40
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active August 7, 2026 18:31
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@Maciejdziuba
Maciejdziuba / README.md
Last active August 7, 2026 18:26
The Software Factory Playbook — Dex Horthy's 4-gate workflow (Product → Architecture → Program Design → Vertical Slices) as an installable Claude Code skill. From the Dex Horthy episode on David Ondrej's podcast.

The Software Factory Playbook — Dex Horthy's 4-gate workflow as a skill

A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.

"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light — you get the most model intelligence when you do the hard thinking early."

By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists — where changing your mind costs a sentence, not a rewrite.

What it does

I am the owner of lvh.me. And I'm glad to hear it's helpful. In truth, it's just a fancy DNS trick. lhv.me and all of it's sub-domains just point back to your computer (127.0.0.1). That means running ssl is as simple (or difficult) as running ssl on your computer.
I'm not sure how comfortable you are with the command line, but here's my how I setup my development environment. (rvm, passenger, nginx w/ SSL, etc).
# Install rvm (no sudo!)
# ------------------------------------------------------
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
source ~/.rvm/scripts/rvm
rvm install ree-1.8.7-2010.02
@0xfauzi
0xfauzi / agents-md-best-practices.md
Created October 17, 2025 11:08
Agents.md best practices

AGENTS.md Best Practices for AI Coding Assistants: Comprehensive Guide

AGENTS.md has emerged as the de facto open standard for guiding AI coding assistants, now adopted by over 20,000 repositories and formalized in August 2025 through collaboration between OpenAI, Google, Cursor, Factory, and Sourcegraph. This file acts as a "README for machines"—providing structured, technical context that helps AI assistants write better code from the start. For Python + AWS + Terraform projects, a well-crafted AGENTS.md dramatically reduces friction, ensuring generated code follows your conventions, uses the right tools, and adheres to security requirements.

What is AGENTS.md and why it matters

AGENTS.md is a dedicated Markdown file that complements, not replaces, README.md. While README targets human developers with project overviews and quick-start guides, AGENTS.md contains detailed technical instructions specifically for AI coding agents. Think of it as onboarding documentation for an AI team member: ex

@iam-veeramalla
iam-veeramalla / claude-openrouter-deepseek-v4-flash.md
Created August 7, 2026 08:56
claude-openrouter-deepseek-v4-flash

Claude Code + OpenRouter (DeepSeek V4 Flash) Setup Guide

Step 1: Install Claude Code

npm install -g @anthropic-ai/claude-code